All Questions
Tagged with postgresqlyum
11 questions
0votes
1answer
667views
Install ecpg on Centos 8
How can I install the ecpg tool in Centos8? According to its description, it is included in the postgresql-server-devel.x86_64package, but once installed I can't found it. Moreover, it seems it is not ...
1vote
1answer
10kviews
Can't install postgresql ver. 11 client on RHEL7
My system on server is: $ lsb_release -d Description: Red Hat Enterprise Linux Server release 7.5 (Maipo) Generally I have a Dockerized running postgres:11 database on this server and roughly ...
1vote
1answer
287views
Error installing Opennms on Oracle Linux 6.9
I need to install Opennms monitoring software because I'm getting error trying to install it on Oracle Linux 6.9. I used this commands: wget https://yum.postgresql.org/9.3/redhat/rhel-6.9-x86_64/...
3votes
0answers
432views
Cannot install postgis2_94 on Centos 7.5
I am trying to install postgis2_94 on CentOS 7.5 with the following command (having already installed postgresql94 ): yum install postgresql94-server postgresql94-devel postgis2_94 postgis2_94-...
2votes
1answer
1kviews
Server upgrade (yum update) removed psql local installation
I have installed locally a PostgreSQL server 9.6.2 on aws Centos server a while ago using these commands: rpm -i https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-ami201503-...
8votes
2answers
22kviews
sudo yum install postgresql doesn't work on CentOS 7?
I'm trying to install PostgreSQL on CentOS 7 (by following this guide to install Discourse) but when I give this command: sudo yum install postgresql91-server.x86_64 postgresql91-contrib.x86_64 ...
0votes
1answer
2kviews
Install PostgreSQL 9.5 CentOS 7
I'm trying to install PostgreSQL 9.5 on CentOS 7. I've searched online and to get access to the 9.5 RPMs it requires installation of pgdg95 via the following command: sudo rpm -ivh http://yum....
2votes
0answers
84views
What is the equivalent to this apt-get when installing PostgreSQL extension for acoustid?
On bitbucket, it says to install the extension using sudo apt-get install postgresql-9.X-acoustid. but I'm running on CentOS... when I replace apt-get with yum: $ sudo apt-get install postgresql-9.X-...
1vote
2answers
7kviews
No package pgadmin3 available
I'm running CentOS release 6.7 (Final) I'm trying to install sudo yum install pgadmin3 I keep getting Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Install Process ...
1vote
0answers
314views
problem installing postgresql (opengeo) on fedora 22
I'm following the directions found at http://suite.opengeo.org/4.1/installation/redhat/install.html i created gedit /etc/yum.repos.d/OpenGeo.repo with the following text: [opengeo] name=opengeo ...
1vote
3answers
4kviews
Installing PostgreSQL 9.0 on RHEL 6.4 (How to get Yum to Include a version of OpenSSL I built from source)
I receive the following errors from yum install postgresql90-server: Error: Package: postgresql90-9.0.15-1PGDG.rhel6.x86_64 (pgdg90) Requires: libssl.so.10(libssl.so.10)(64bit) Error: Package: ...